Pull Request
-
pr-createCreates a new pull request for a GitHub repository.
ghc pr-createThis command will prompt you to enter the necessary details (such as branch, title, description, etc) to create a new pull request in a GitHub repository.

-
pr-mergeMerges an existing pull request into the target branch.
ghc pr-mergeUse this command to merge a pull request into the repository’s target branch (e.g.,
mainormaster). It requires the necessary write permissions for the repository.dangerWarning: Merging a pull request is irreversible, ensure proper review and testing before merging.

-
pr-listLists all open pull requests in a GitHub repository.
ghc pr-listThis command retrieves a list of open pull requests for the specified repository.

-
pr-infoGets detailed information about a specific pull request.
ghc pr-infoUse this command to fetch details such as title, description, status, and reviews for a particular pull request.
